home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / netzwerk / pc2am / storage / dosdrivers / pc next >
Text File  |  1994-03-14  |  885b  |  36 lines

  1. /* Mounting receipt for the PC device */
  2.  
  3.     FileSystem = l:pc2am-handler
  4.     Stacksize = 4096
  5.     Priority = 5
  6.     GlobVec = -1
  7.  
  8. /*  These four values specifies parameters of serial (or other if you use
  9.     multiserial card) device to communicate via. */
  10.     Device = serial.device     /* baudbandit2.device */
  11.     Unit = 0
  12.     Flags = 0
  13.     Baud = 38400
  14.  
  15. /*  Maximal length of packet */
  16.  
  17.     MaxTransfer = 8192
  18.  
  19.  
  20. /*  Timeout value in tenths of second (not surfaces :-)*/
  21.  
  22.     Surfaces = 20
  23.  
  24.  
  25. /*  This contains type of indication. Supported types: 0=NONE, 1=LED,
  26.     2 = Gopher-like, 3 = Background */
  27.     BlocksPerTrack = 2
  28.  
  29.  
  30. /*  Specifies hotkey.  Shifting bits are as follows:  8 - CTRL, 9 - LALT,
  31.     10 - RALT, 11 - LSHIFT, 12 - RSHIFT, 13 - LCOMMAND, 14 - RCOMMAND */
  32.     LowCyl = 818
  33.  
  34. /*  Not used now, but may be used for config purposes later. Keep it zero. */
  35.     HighCyl = 0
  36.